Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

248
Views
apache server "403 You don't have permission to access this resource."

I have setup the Apache server for website but received following error Forbidden "403 You don't have permission to access this resource." when I configure file "/etc/httpd/conf/httpd.conf" as per below:

DocumentRoot "/home/bggb/bggb/branch-admin/"


Relax access to content within /var/www.

<Directory "/home/bggb/bggb/branch-admin">
    AllowOverride None
    # Allow open access:
    Require all granted
</Directory>

Further relax access to the default document root:
<Directory "/home/bggb/bggb/branch-admin/">

However it won't give error when i set Directory "/var/www/html/"

I have tried below to give Apache server permission:

sudo chown -R apache:apche /home/bggb/bggb/
sudo chgrp -R apache /home/bggb/bggb/
suod find /home/bggb/bggb/ -type d -exec chmod g+rx  {} +
sudo find /home/bggb/bggb/ -type f -exec chmod g+r {} +

How I can give proper permission for Apache server when root directory set "/home/bggb/bggb/"?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!